home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 April / Electronic Clipper 1998-04.iso / Idea Source® / Protect.Dir / 00021_Script_tutorial button hide < prev    next >
Text File  |  1998-02-19  |  221b  |  11 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the visible of sprite (the clickon) to false
  4.     updatestage
  5.   end repeat
  6.   set the visible of sprite (the clickon) to true
  7.   updatestage
  8.   go the frame +1
  9. end
  10.  
  11.